home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / devs / mountlist. < prev    next >
Text File  |  1992-09-02  |  3KB  |  161 lines

  1. /* OVERDRIVE-CD mountlist */
  2.  
  3.  Handler = l:overcd-handler
  4.  Stacksize = 4096
  5.  Priority = 10
  6.  GlobVec  = -1
  7.  Mount = 1
  8.  Startup = "BLUE=82 RED=67 YELLOW=81 GREEN=80 FORWARD=78 REVERSE=79 PLAY=68 UP=62 DOWN=30 LEFT=45 RIGHT=47 GAMES=1 V40=1 JOYSTICK=0 FASTMEM=0"
  9. /* MountList for V1.3 */
  10.  
  11. /* MountList for V1.3 */
  12.  
  13. NULL:
  14.  Handler = L:Null-Handler
  15.  Stacksize = 500
  16.  Priority = 5
  17.  GlobVec = 1
  18. #
  19.  
  20. /*  Mount Entry for the new Console Handler */
  21.  
  22. WIN: 
  23.     Handler = L:Newcon-Handler
  24.     Priority = 5
  25.     StackSize = 1000
  26. #
  27.  
  28. CON: 
  29.     Handler = L:Newcon-Handler
  30.     Priority = 5
  31.     StackSize = 1000
  32. #
  33.  
  34.  
  35.  
  36. /*  Mount Entry for the new Console Handler */
  37.  
  38. NEWCON: 
  39.     Handler = L:Newcon-Handler
  40.     Priority = 5
  41.     StackSize = 1000
  42. #
  43.  
  44. CON: 
  45.     Handler = L:Newcon-Handler
  46.     Priority = 5
  47.     StackSize = 1000
  48. #
  49.  
  50. /* This is an example of a non-filing system mount using a handler written
  51.    in C.
  52. */
  53.  
  54. SPEAK:     
  55.     Handler = L:Speak-Handler
  56.     Stacksize = 6000
  57.     Priority = 5
  58.     GlobVec = -1
  59. #
  60.  
  61. /*  This is an example of an alternative type of non-filing device mount,
  62.     used to mount the non-buffered serial handler
  63. */
  64.  
  65. AUX:
  66.     Handler = L:Aux-Handler
  67.     Stacksize = 1000
  68.     Priority = 5
  69. #
  70. /*  This is a non-filing system device */
  71.  
  72. PIPE:      
  73.     Handler = L:Pipe-Handler
  74.     Stacksize = 6000
  75.     Priority = 5
  76.     GlobVec = -1
  77. #
  78.  
  79. /* An example mount entry using the fast file system 
  80.    Df1: when accessed as fast: reads ffs disks
  81. */
  82.  
  83. FAST:
  84.     Device             = trackdisk.device
  85.     FileSystem         = l:FastFileSystem
  86.     Globvec            = -1
  87.     DosType            = 0x444F5301
  88.     Unit               = 1
  89.     Flags              = 0
  90.     Surfaces           = 2
  91.     BlocksPerTrack     = 11
  92.     Reserved        = 2
  93.     Interleave         = 1
  94.     LowCyl             = 0  
  95.     HighCyl            = 79
  96.     Buffers            = 5
  97.     BufMemType         = 1
  98.     Stacksize        = 5000
  99. #
  100.  
  101. /*  Mount Entry for the new Console Handler   */
  102.  
  103. IBMB:   FileSystem = L:MessyFileSystem /* or messydos:l/MessyFileSystem */
  104.    Device = messydisk.device      /* or messydos:devs/messydisk.device */
  105.    Unit = 1
  106.    Flags = 0
  107.    LowCyl = 0 ; HighCyl = 79
  108.    Reserved = 0
  109.    Surfaces = 2
  110.    BlocksPerTrack = 9
  111.    Buffers = 5
  112.    BufMemType = 1   /* messydisk needs no chip mem */
  113.    BootPri = 0
  114.    Stacksize = 4096
  115.    Priority = 5
  116.    GlobVec  = -1
  117.         Mount = 1
  118. #
  119. /*  Amiga 500 501 Memory / Clock / ST506 drive interface    */
  120. /*  mountlist generated by (and for use only with)         */
  121. /*  NECutils - Lansdown Software ST506 Utility program     */
  122.  
  123.  
  124.  
  125. work:    Device      = hdisc.device
  126.     Unit        = 0
  127.     Flags       = 0
  128.     Surfaces    = 4
  129.     BlocksPerTrack = 17
  130.     Reserved    = 2
  131.     LowCyl      = 2
  132.     HighCyl     = 302
  133.     Buffers     = 20
  134.     BufMemType  = 1
  135.     FileSystem  = L:FastFileSystem
  136.     MaxTransfer = 130048
  137.     GlobVec     = -1
  138.     StackSize   = 4000
  139.     DosType     = 0x444f5301
  140. #
  141.  
  142.  
  143.  
  144. games:    Device      = hdisc.device
  145.     Unit        = 0
  146.     Flags       = 0
  147.     Surfaces    = 4
  148.     BlocksPerTrack = 17
  149.     Reserved    = 2
  150.     LowCyl      = 303
  151.     HighCyl     = 614
  152.     Buffers     = 10
  153.     BufMemType  = 1
  154.     FileSystem  = L:FastFileSystem
  155.     MaxTransfer = 130048
  156.     GlobVec     = -1
  157.     StackSize   = 4000
  158.     DosType     = 0x444f5301
  159. #
  160.  
  161.